Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: hackersandslackers/flask-session-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ede5b3f61a667b7693e2dbbc50d7379d2e208e3d
Choose a base ref
..
head repository: hackersandslackers/flask-session-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95f097673bb8327bee18d8f332306df63ed900c7
Choose a head ref
Showing with 5 additions and 4 deletions.
  1. +1 −0 .github/CODEOWNERS
  2. +3 −3 poetry.lock
  3. +1 −1 requirements.txt
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@hackersandslackers/hackers-contributors
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
ply==3.11 ; python_version >= "3.10" and python_version < "4.0"
pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0"
pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0"
pymysql==1.1.1 ; python_version >= "3.10" and python_version < "4.0"
pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
redis==5.0.3 ; python_version >= "3.10" and python_version < "4.0"
sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "4.0"