Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Updated to version 1.8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-davis committed Aug 1, 2022
1 parent 465be35 commit 61fd210
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
68 changes: 34 additions & 34 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cogs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# pylint: disable=no-member

ALVERSION = "v1.8.2.5"
ALVERSION = "v1.8.3.0"


class AstroRequests():
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ colorlog==6.6.0
importlib-metadata==4.12.0; python_version < '3.8'
ipy==1.1
packaging==21.3
pathvalidate==2.5.0
pathvalidate==2.5.1
psutil==5.9.1
pyinstaller-hooks-contrib==2022.8; python_version >= '3.7'
pyinstaller==5.2
pyinstaller==5.3
pypakparser==1.2.0
pyparsing==3.0.9; python_full_version >= '3.6.8'
setuptools==63.1.0; python_version >= '3.7'
setuptools==63.3.0; python_version >= '3.7'
tornado==6.2
typing-extensions==4.3.0; python_version < '3.8'
watchdog==2.1.9
zipp==3.8.0; python_version >= '3.7'
zipp==3.8.1; python_version >= '3.7'

0 comments on commit 61fd210

Please sign in to comment.