Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vldc-hq/vldc-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vldc-hq/vldc-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libs_upgrade
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 26, 2023

  1. deps: bump aiohttp to 3.8.6

    egregors committed Nov 26, 2023
    Copy the full SHA
    f3d80a4 View commit details
  2. deps: tg-bot to 13.15

    egregors committed Nov 26, 2023
    Copy the full SHA
    f703f5a View commit details
Showing with 363 additions and 334 deletions.
  1. +3 −3 Pipfile
  2. +358 −329 Pipfile.lock
  3. +1 −1 compose/dev/Dockerfile
  4. +1 −1 compose/prod/Dockerfile
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ black = "==22.8.0"
autopep8 = "==1.6.0"

[packages]
python-telegram-bot = "==13.14"
python-telegram-bot = "==13.15"
pymongo = "==4.5.0"
grpcio = "==1.58.0"
google-cloud-translate = "==3.12.0"
@@ -39,12 +39,12 @@ sentry-sdk = "==1.31.0"
Pillow = "==10.0.1"
toml = "==0.10.2"
install = "==1.3.5"
aiohttp = "==3.8.5"
aiohttp = "==3.8.6"
openai = "==0.28.0"
typing-extensions = "==4.8.0"

[requires]
python_version = "3.10.7"
python_version = "3.10"

[pipenv]
allow_prereleases = true
Loading