Skip to content

Commit

Permalink
Merge pull request #643 from flathunters/feat/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies to stop dependabot nagging
  • Loading branch information
codders authored Dec 8, 2024
2 parents ac7b37c + eab1a96 commit fbd7d03
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 33 deletions.
14 changes: 8 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
PyYAML = "*"
requests = "*"
urllib3 = "*"
urllib3 = "==2.2.2"
lxml = "*"
coverage = "*"
requests-mock = "*"
Expand All @@ -16,23 +16,25 @@ firebase-admin = "6.5.0"
mock-firestore = "*"
pytest-mock = "*"
pytest = "*"
pylint = "*"
pylint = "==3.2.6"
requests-random-user-agent = "*"
jsonpath-ng = "*"
backoff = "*"
pytz = "*"
beautifulsoup4 = "*"
webdriver-manager = "*"
apprise = "*"
apprise = "==1.8.1"
python-dotenv = "*"
undetected-chromedriver = "*"
prompt-toolkit = "*"
"ruamel.yaml" = "*"
pyright = "1.1.361"
types-beautifulsoup4 = "*"
selenium = "*"
pyright = "==1.1.374"
types-beautifulsoup4 = "==4.12.0.20240511"
selenium = "==4.23.1"
gunicorn = "22.0.0"
flask-api = {editable = true, ref = "develop", git = "git+https://github.com/flask-api/flask-api.git"}
setuptools = "==70.0.0"
certifi = "==2024.7.4"

[dev-packages]
exceptiongroup = "*"
Expand Down
64 changes: 37 additions & 27 deletions Pipfile.lock

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

0 comments on commit fbd7d03

Please sign in to comment.