Skip to content

Commit

Permalink
Merge pull request #23 from srobo/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Adimote authored Oct 4, 2023
2 parents 080af83 + 4b9fcf8 commit 476a9c9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 35 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-dotenv
discord
discord
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
#
aiohttp==3.7.4.post0
# via discord.py
# via discord-py
async-timeout==3.0.1
# via aiohttp
attrs==21.2.0
Expand All @@ -14,7 +14,7 @@ chardet==4.0.0
# via aiohttp
discord==1.7.3
# via -r requirements.in
discord.py==1.7.3
discord-py==1.7.3
# via discord
idna==3.3
# via yarl
Expand All @@ -24,7 +24,7 @@ multidict==5.2.0
# yarl
python-dotenv==0.19.1
# via -r requirements.in
typing-extensions==3.10.0.2
typing-extensions==4.7.1
# via aiohttp
yarl==1.7.2
# via aiohttp
11 changes: 11 additions & 0 deletions script/compile-requirements.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -euo pipefail

cd $(dirname $0)/..

echo "Compiling main requirements"
pip-compile --quiet "$@"

echo "Compiling development requirements"
pip-compile --quiet script/requirements.in "$@"
64 changes: 35 additions & 29 deletions script/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile script/requirements.in
#
aiohttp==3.7.4.post0
# via
# -r script/../requirements.txt
# discord.py
# discord-py
async-timeout==3.0.1
# via
# -r script/../requirements.txt
Expand All @@ -16,19 +16,21 @@ attrs==21.2.0
# via
# -r script/../requirements.txt
# aiohttp
build==1.0.3
# via pip-tools
chardet==4.0.0
# via
# -r script/../requirements.txt
# aiohttp
click==8.0.3
click==8.1.7
# via pip-tools
discord==1.7.3
# via -r script/../requirements.txt
discord.py==1.7.3
discord-py==1.7.3
# via
# -r script/../requirements.txt
# discord
flake8==4.0.1
flake8==6.1.0
# via
# -r script/requirements.in
# flake8-builtins
Expand All @@ -38,15 +40,15 @@ flake8==4.0.1
# flake8-isort
# flake8-mutable
# flake8-tuple
flake8-builtins==1.5.3
flake8-builtins==2.1.0
# via -r script/requirements.in
flake8-commas==2.1.0
# via -r script/requirements.in
flake8-comprehensions==3.7.0
flake8-comprehensions==3.14.0
# via -r script/requirements.in
flake8-debugger==4.0.0
flake8-debugger==4.1.2
# via -r script/requirements.in
flake8-isort==4.1.1
flake8-isort==6.1.0
# via -r script/requirements.in
flake8-mutable==1.2.0
# via -r script/requirements.in
Expand All @@ -58,53 +60,57 @@ idna==3.3
# via
# -r script/../requirements.txt
# yarl
isort==5.9.3
importlib-metadata==6.8.0
# via build
isort==5.12.0
# via flake8-isort
mccabe==0.6.1
mccabe==0.7.0
# via flake8
multidict==5.2.0
# via
# -r script/../requirements.txt
# aiohttp
# yarl
mypy==0.910
mypy==1.5.1
# via -r script/requirements.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via mypy
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
packaging==23.1
# via build
pip-tools==7.3.0
# via -r script/requirements.in
pycodestyle==2.8.0
pycodestyle==2.11.0
# via
# flake8
# flake8-debugger
# flake8-todo
pyflakes==2.4.0
pyflakes==3.1.0
# via flake8
pyproject-hooks==1.0.0
# via build
python-dotenv==0.19.1
# via -r script/../requirements.txt
six==1.16.0
# via flake8-tuple
tomli==2.0.1
# via
# flake8-debugger
# flake8-tuple
testfixtures==6.18.3
# via flake8-isort
toml==0.10.2
# via mypy
tomli==1.2.2
# via pep517
typing-extensions==3.10.0.2
# build
# mypy
# pip-tools
# pyproject-hooks
typing-extensions==4.7.1
# via
# -r script/../requirements.txt
# aiohttp
# mypy
wheel==0.37.0
wheel==0.41.2
# via pip-tools
yarl==1.7.2
# via
# -r script/../requirements.txt
# aiohttp
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 476a9c9

Please sign in to comment.